var net.errNoSuchHost
15 uses
net (current package)
cgo_unix.go#L183: err = errNoSuchHost
cgo_unix.go#L269: err = errNoSuchHost
dnsclient_unix.go#L209: return errNoSuchHost
dnsclient_unix.go#L242: return errNoSuchHost
dnsclient_unix.go#L305: if err == errNoSuchHost {
dnsclient_unix.go#L325: if err == errNoSuchHost {
dnsclient_unix.go#L431: return dnsmessage.Parser{}, "", &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L559: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L610: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L616: return nil, dnsmessage.Name{}, &DNSError{Err: errNoSuchHost.Error(), Name: name, IsNotFound: true}
dnsclient_unix.go#L821: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: addr, IsNotFound: true}
lookup.go#L185: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L229: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
lookup.go#L297: return nil, &DNSError{Err: errNoSuchHost.Error(), Name: host, IsNotFound: true}
net.go#L617: errNoSuchHost = errors.New("no such host")
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |